home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / frames.com / README < prev   
Encoding:
Text File  |  1989-12-17  |  1.2 KB  |  26 lines

  1. This is my first time at this;so here goes. Please forgive any mistakes that I
  2. might make. I'm quite sure that there will be many of them. Now I do claim all
  3. rights to this code. I do not make any warranty that this will work under all 
  4. circumstances or on all machines. I will not be responsible for any loss when 
  5. using this code.
  6.  
  7.    To use this simply include this file (frame.h) in your header. Then call the 
  8. frames that you want as you would any other function. To change the width of the 
  9. frame change the value of the variable "i" .To change the length of the frame 
  10. change the value of the variable "j". To call a frame  i.e. frame80x25 () 
  11. will call a frame  80x25 .
  12.    I have changed  the header file to an object file. I did this so as not to        
  13. get a "multiple defines error "when compiling and linking the program. 
  14. To use it simply link it as an object file.
  15.    I hope that this is of use to you .I have currently finished a demo program            
  16. which is included in this archive. To use it simply enter the title frame and 
  17. then just follow the directions.
  18.  Any comments or suggestions would be greatly appreciated. 
  19.    Thank-you for looking at my work. 
  20.               Howard B. Huff,Jr.
  21.              ID# 72701,264
  22.  
  23.  
  24.  
  25.  
  26.